home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-03-08 | 39.4 KB | 1,428 lines |
- object OptionsDlg: TOptionsDlg
- Left = 424
- Top = 186
- HelpContext = 3
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 399
- ClientWidth = 428
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 364
- Width = 428
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object OKButton: TRzButton
- Left = 6
- Top = 5
- Default = True
- ModalResult = 1
- Caption = '&Ok'
- HotTrack = True
- TabOrder = 0
- end
- object OKDefaultsButton: TRzButton
- Left = 277
- Top = 5
- Width = 135
- ModalResult = 1
- Caption = 'Ok && &Save as Defaults'
- HotTrack = True
- TabOrder = 2
- OnClick = OKDefaultsButtonClick
- end
- object CancelButton: TRzButton
- Left = 89
- Top = 5
- Cancel = True
- ModalResult = 2
- Caption = '&Cancel'
- HotTrack = True
- TabOrder = 1
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 428
- Height = 364
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 4
- TabOrder = 0
- object PageControl1: TPageControl
- Left = 4
- Top = 4
- Width = 420
- Height = 356
- ActivePage = General
- Align = alClient
- MultiLine = True
- TabOrder = 0
- object General: TTabSheet
- Caption = 'General'
- object Label23: TLabel
- Left = 201
- Top = 14
- Width = 137
- Height = 15
- AutoSize = False
- Caption = 'DBMS Output Buffer Size:'
- end
- object Label1: TLabel
- Left = 14
- Top = 14
- Width = 108
- Height = 15
- AutoSize = False
- Caption = 'Default Date Format:'
- end
- object Label8: TLabel
- Left = 16
- Top = 60
- Width = 102
- Height = 13
- Caption = 'Limit Select results to '
- end
- object Label24: TLabel
- Left = 16
- Top = 86
- Width = 94
- Height = 13
- Caption = 'Limit BLOB fields to '
- end
- object Label9: TLabel
- Left = 191
- Top = 60
- Width = 134
- Height = 13
- Caption = 'records (-1 means unlimited.)'
- end
- object Label27: TLabel
- Left = 191
- Top = 86
- Width = 121
- Height = 13
- Caption = 'bytes (-1 means unlimited)'
- end
- object Autocommit: TCheckBox
- Tag = 2
- Left = 15
- Top = 154
- Width = 120
- Height = 17
- Hint = 'Commits changes to the database '
- Caption = 'Autocommit:'
- TabOrder = 7
- end
- object DefaultDateFormat: TEdit
- Tag = 1
- Left = 14
- Top = 29
- Width = 168
- Height = 19
- Hint = 'This is the default date format.'
- AutoSize = False
- TabOrder = 0
- Text = 'MM/DD/YYYY HH24:MI:SS'
- end
- object PromptForSaves: TCheckBox
- Tag = 2
- Left = 15
- Top = 113
- Width = 141
- Height = 18
- Hint = 'Indicates if you want to be warned about losing query text.'
- Caption = 'Prompt for File Saves:'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = PromptForSavesClick
- end
- object ShowPlanAsText: TCheckBox
- Tag = 2
- Left = 15
- Top = 133
- Width = 171
- Height = 17
- Hint =
- 'If unchecked the explain plan results will show in the spreadshe' +
- 'et'
- Caption = 'Show explain plan as text'
- TabOrder = 5
- end
- object QuerySelectLimit: TEdit
- Tag = 1
- Left = 121
- Top = 57
- Width = 58
- Height = 19
- Hint = 'Use this to limit result sets.'
- AutoSize = False
- TabOrder = 2
- Text = '-1'
- end
- object HideBeforeAfterSQL: TCheckBox
- Tag = 2
- Left = 15
- Top = 174
- Width = 159
- Height = 17
- Hint = 'Hides before/after sql examples on the argument prompt window.'
- Caption = 'Hide before/after sql text.'
- TabOrder = 8
- end
- object SaveWorkspaceLinks: TCheckBox
- Tag = 2
- Left = 15
- Top = 195
- Width = 170
- Height = 17
- Hint =
- 'If checked workspaces will be saved with pointers to files inste' +
- 'ad of script text.'
- Caption = 'Save workspace files as links'
- TabOrder = 9
- end
- object WorkspaceSaveFinal: TCheckBox
- Tag = 2
- Left = 15
- Top = 215
- Width = 218
- Height = 17
- Hint = 'If checked workspace saves will mark tabs as saved.'
- Caption = 'Workspace save marks tabs as saved'
- TabOrder = 10
- end
- object ScanForVarsDefault: TCheckBox
- Tag = 2
- Left = 15
- Top = 257
- Width = 188
- Height = 17
- Hint = 'Uncheck this to turn off scan for && variables.'
- Caption = 'Scan for prompt vars (&&, &&&&)'
- Checked = True
- State = cbChecked
- TabOrder = 12
- end
- object dbmsoutputbuffer: TEdit
- Tag = 1
- Left = 201
- Top = 29
- Width = 70
- Height = 19
- Hint = 'The buffer sized used for dbms_output.'
- AutoSize = False
- TabOrder = 1
- Text = '30000'
- end
- object UseSimplePlanOutput: TCheckBox
- Tag = 2
- Left = 184
- Top = 132
- Width = 171
- Height = 17
- Hint =
- 'If unchecked the explain plan results will show in the spreadshe' +
- 'et'
- Caption = 'Use simple plan output'
- TabOrder = 6
- end
- object BLOBByteLimit: TEdit
- Tag = 1
- Left = 121
- Top = 83
- Width = 58
- Height = 19
- Hint =
- 'Use this to limit the size of BLOBs retrieved from the database.' +
- ' -1 means retrieve entire BLOB, 0 means don'#39't retrieve any BLOB' +
- ' data. BLOBs show as HEX data.'
- AutoSize = False
- TabOrder = 3
- Text = '0'
- end
- object RestoreButton: TRzButton
- Left = 241
- Top = 259
- Width = 143
- Caption = 'Restore Factory Defaults'
- HotTrack = True
- TabOrder = 13
- OnClick = RestoreDefaultsButtonClick
- end
- object NoWorkspaceBackups: TCheckBox
- Tag = 2
- Left = 15
- Top = 236
- Width = 188
- Height = 17
- Hint =
- 'If this is unchecked workspaces backups are created before each ' +
- 'save'
- Caption = 'Don'#39't backup workspaces'
- TabOrder = 11
- end
- end
- object TabsAndWindows: TTabSheet
- Caption = 'Tabs and Windows'
- ImageIndex = 9
- object Label3: TLabel
- Left = 13
- Top = 17
- Width = 68
- Height = 17
- AutoSize = False
- Caption = 'Startup Tabs:'
- end
- object Label30: TLabel
- Left = 13
- Top = 117
- Width = 48
- Height = 13
- Caption = 'Tab Style:'
- end
- object InsertNewTabs: TCheckBox
- Tag = 2
- Left = 13
- Top = 65
- Width = 198
- Height = 17
- Hint = 'If unchecked new tabs are added after the last tab.'
- Caption = 'Put new tab next to current tab'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object TabsOnTop: TCheckBox
- Tag = 2
- Left = 13
- Top = 41
- Width = 127
- Height = 17
- Hint = 'Show the page tabs at the top of the page.'
- Caption = 'Page Tabs on Top'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object StartupTabs: TRzSpinEdit
- Tag = 1
- Left = 90
- Top = 12
- Width = 47
- Height = 21
- CheckRange = True
- Max = 30.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 0
- end
- object ShowOutput: TCheckBox
- Tag = 2
- Left = 13
- Top = 178
- Width = 171
- Height = 17
- Hint = 'Show the DBMS Output window on startup'
- Caption = 'Show dbmsOutput on startup'
- TabOrder = 6
- end
- object ShowTabsStacked: TCheckBox
- Tag = 2
- Left = 13
- Top = 89
- Width = 171
- Height = 17
- Hint = 'If checked, all tabs are shown on multiple lines'
- Caption = 'Show Tabs Stacked'
- TabOrder = 3
- end
- object TabStyle: TComboBox
- Tag = 1
- Left = 69
- Top = 113
- Width = 154
- Height = 21
- Hint = 'Case of keywords'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 4
- Text = 'Notched Right Side'
- Items.Strings = (
- 'Notched Right Side'
- 'Rounded sides'
- 'Slanted sides')
- end
- object AlternateDirtyTabDisplay: TCheckBox
- Tag = 2
- Left = 13
- Top = 149
- Width = 226
- Height = 17
- Hint = 'Show an indicator on the tab instead of turning the text red'
- Caption = 'Show alternate unsaved indicator'
- TabOrder = 5
- end
- end
- object Editor: TTabSheet
- Caption = 'Editor'
- object Label2: TLabel
- Left = 153
- Top = 54
- Width = 54
- Height = 14
- AutoSize = False
- Caption = 'Tab Size:'
- end
- object Label6: TLabel
- Left = 2
- Top = 48
- Width = 76
- Height = 35
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Editor Height Percentage:'
- WordWrap = True
- end
- object Label25: TLabel
- Left = 11
- Top = 19
- Width = 54
- Height = 13
- Caption = 'Editor Font:'
- end
- object AutoIndent: TCheckBox
- Tag = 1
- Left = 19
- Top = 140
- Width = 79
- Height = 14
- Caption = 'AutoIndent'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object EditorPercent: TRzSpinEdit
- Tag = 1
- Left = 82
- Top = 51
- Width = 47
- Height = 21
- Increment = 5.000000000000000000
- Max = 80.000000000000000000
- Min = 20.000000000000000000
- Value = 35.000000000000000000
- TabOrder = 1
- end
- object TabSize: TRzSpinEdit
- Tag = 1
- Left = 211
- Top = 51
- Width = 47
- Height = 21
- Max = 20.000000000000000000
- Min = 1.000000000000000000
- Value = 4.000000000000000000
- TabOrder = 2
- end
- object ShowLineNumbers: TCheckBox
- Tag = 1
- Left = 19
- Top = 162
- Width = 137
- Height = 14
- Caption = 'Show line numbers'
- TabOrder = 7
- end
- object ScanOnOpen: TCheckBox
- Tag = 3
- Left = 37
- Top = 108
- Width = 170
- Height = 17
- Hint =
- 'If checked files will be scanned for tabs on open and you will b' +
- 'e prompted to replace them if they exist.'
- Caption = 'Scan files on Open for tabs.'
- Enabled = False
- TabOrder = 4
- end
- object UseSpaces: TCheckBox
- Tag = 3
- Left = 19
- Top = 85
- Width = 170
- Height = 17
- Caption = 'Use Spaces instead of tabs'
- TabOrder = 3
- OnClick = UseSpacesClick
- end
- object EditorFont2: TRzFontButtonEdit
- Tag = 1
- Left = 82
- Top = 15
- Width = 207
- Height = 24
- Text = '10 pt. Courier New'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- AllowKeyEdit = False
- FontDlgOptions = []
- SelectedFont.Charset = ANSI_CHARSET
- SelectedFont.Color = clWindowText
- SelectedFont.Height = -13
- SelectedFont.Name = 'Courier New'
- SelectedFont.Style = []
- ShowTextAsFont = True
- end
- object AllowCursorPastEOL: TCheckBox
- Tag = 1
- Left = 19
- Top = 184
- Width = 197
- Height = 14
- Hint =
- 'If unchecked the editor'#39's cursor movement works like Microsoft p' +
- 'roducts.'
- Caption = 'Allow cursor past end of line'
- Checked = True
- State = cbChecked
- TabOrder = 8
- end
- object CtrlStep: TCheckBox
- Tag = 1
- Left = 19
- Top = 206
- Width = 235
- Height = 14
- Caption = 'Ctrl-Enter = Run single statement at cursor'
- Checked = True
- State = cbChecked
- TabOrder = 9
- end
- object GroupBox4: TGroupBox
- Left = 213
- Top = 86
- Width = 188
- Height = 105
- Caption = 'Typing Popup Options'
- TabOrder = 5
- Visible = False
- object UseTypingPopup: TCheckBox
- Tag = 1
- Left = 21
- Top = 24
- Width = 130
- Height = 17
- Hint =
- 'If checked the SQLBuilder will be opened if it was open on last ' +
- 'shutdown.'
- Caption = 'Use Typing Popup'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object TypingPopupDelay: TLabeledEdit
- Tag = 1
- Left = 21
- Top = 67
- Width = 44
- Height = 21
- EditLabel.Width = 130
- EditLabel.Height = 13
- EditLabel.Caption = 'Popup Delay (Milliseconds):'
- TabOrder = 1
- Text = '250'
- OnExit = TypingPopupDelayExit
- end
- end
- end
- object Spreadsheet: TTabSheet
- Caption = 'Spreadsheet'
- object Label26: TLabel
- Left = 11
- Top = 10
- Width = 87
- Height = 13
- Caption = 'Spreadsheet Font:'
- end
- object Label17: TLabel
- Left = 11
- Top = 60
- Width = 169
- Height = 13
- Caption = 'Autosizing of Spreadsheet Columns:'
- end
- object ClearSpreadOnScript: TCheckBox
- Tag = 2
- Left = 11
- Top = 135
- Width = 179
- Height = 17
- Caption = 'Clear before running script'
- TabOrder = 3
- end
- object ClearSpreadOnStatement: TCheckBox
- Tag = 2
- Left = 11
- Top = 156
- Width = 191
- Height = 17
- Caption = 'Clear before running statement'
- TabOrder = 4
- end
- object SpreadFont2: TRzFontButtonEdit
- Tag = 1
- Left = 11
- Top = 26
- Width = 264
- Height = 24
- Text = '10 pt. Arial'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- AllowKeyEdit = False
- FontDlgOptions = []
- SelectedFont.Charset = ANSI_CHARSET
- SelectedFont.Color = clWindowText
- SelectedFont.Height = -13
- SelectedFont.Name = 'Arial'
- SelectedFont.Style = []
- ShowTextAsFont = True
- end
- object AutoAlign: TCheckBox
- Tag = 2
- Left = 11
- Top = 113
- Width = 139
- Height = 17
- Hint = 'Right Align numbers in the spreadsheet'
- Caption = 'Right align numbers'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object AutoSize: TComboBox
- Tag = 1
- Left = 11
- Top = 79
- Width = 198
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 2
- TabOrder = 1
- Text = 'Autosize Data and Titles'
- OnChange = SyntaxSettingsChange
- Items.Strings = (
- 'No Autosize'
- 'Autosize Data'
- 'Autosize Data and Titles')
- end
- end
- object Menus: TTabSheet
- Caption = 'Menus'
- object Label7: TLabel
- Left = 7
- Top = 5
- Width = 102
- Height = 13
- Caption = 'Favorites Menu Root:'
- end
- object Label15: TLabel
- Left = 261
- Top = 21
- Width = 116
- Height = 53
- AutoSize = False
- Caption = 'Allow non-Select statements to run from the Favorites Menu.'
- WordWrap = True
- end
- object Bevel2: TBevel
- Left = 228
- Top = 18
- Width = 5
- Height = 205
- Shape = bsLeftLine
- end
- object Label16: TLabel
- Left = 261
- Top = 77
- Width = 116
- Height = 53
- AutoSize = False
- Caption = 'Use favorites directory as default directory.'
- WordWrap = True
- end
- object Label28: TLabel
- Left = 6
- Top = 48
- Width = 125
- Height = 13
- Caption = 'Favorites Menu File Filters:'
- end
- object AllowNonSelect: TCheckBox
- Tag = 1
- Left = 241
- Top = 17
- Width = 18
- Height = 24
- TabOrder = 2
- end
- object FavAsDefault: TCheckBox
- Tag = 1
- Left = 241
- Top = 72
- Width = 18
- Height = 24
- TabOrder = 3
- end
- object FavoritesFilters: TEdit
- Tag = 1
- Left = 6
- Top = 62
- Width = 208
- Height = 19
- Hint =
- 'This is a comma separated list of file extensions to include in ' +
- 'the favorites list.'
- AutoSize = False
- TabOrder = 1
- Text = 'SQL'
- OnExit = FavoritesFiltersExit
- end
- object FavoritesRoot: TRzButtonEdit
- Tag = 1
- Left = 7
- Top = 20
- Width = 211
- Height = 21
- Hint =
- 'This is the path to the root of your favorites directory. Note ' +
- 'that the favorites menu will include subdirectories.'
- TabOrder = 0
- OnExit = FavoritesRootExit
- OnButtonClick = FavoritesRootButtonClick
- end
- object GroupBox5: TGroupBox
- Left = 5
- Top = 101
- Width = 136
- Height = 88
- Caption = 'Tools Menu Choices'
- TabOrder = 4
- object ShowGolden32: TCheckBox
- Tag = 1
- Left = 13
- Top = 21
- Width = 85
- Height = 14
- Caption = 'Golden32'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object ShowPLEdit32: TCheckBox
- Tag = 1
- Left = 13
- Top = 42
- Width = 80
- Height = 14
- Caption = 'PLEdit32'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object ShowGoldView32: TCheckBox
- Tag = 1
- Left = 13
- Top = 63
- Width = 85
- Height = 14
- Caption = 'GoldView32'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- end
- end
- object SyntaxHighlighting: TTabSheet
- Caption = 'Syntax Highlighting'
- object KeywordLabel: TLabel
- Left = 20
- Top = 55
- Width = 54
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Keywords:'
- end
- object CommentFont: TLabel
- Left = 20
- Top = 86
- Width = 54
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Comments:'
- end
- object StringFont: TLabel
- Left = 20
- Top = 117
- Width = 54
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Strings:'
- end
- object Label4: TLabel
- Left = 96
- Top = 32
- Width = 34
- Height = 16
- AutoSize = False
- Caption = 'Style'
- end
- object Label5: TLabel
- Left = 188
- Top = 32
- Width = 35
- Height = 17
- AutoSize = False
- Caption = 'Color'
- end
- object KeyWordSample: TLabel
- Left = 259
- Top = 57
- Width = 35
- Height = 13
- Caption = 'Sample'
- end
- object CommentSample: TLabel
- Left = 259
- Top = 88
- Width = 35
- Height = 13
- Caption = 'Sample'
- end
- object StringSample: TLabel
- Left = 259
- Top = 119
- Width = 35
- Height = 13
- Caption = 'Sample'
- end
- object Label31: TLabel
- Left = 9
- Top = 151
- Width = 63
- Height = 13
- Caption = 'Keyword List:'
- end
- object Label32: TLabel
- Left = 190
- Top = 164
- Width = 183
- Height = 136
- AutoSize = False
- Caption =
- 'Edit this list to add or remove words that appear as syntax keyw' +
- 'ords in your scripts. Note that this list is added to this prog' +
- 'ram'#39's core keyword list. You can prefix a keyword with "-" to r' +
- 'emove it from the keyword list (i.e. -SELECT would remove SELECT' +
- ' from the keyword list.)'
- WordWrap = True
- end
- object KeyWordStyle: TComboBox
- Tag = 1
- Left = 80
- Top = 53
- Width = 71
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = SyntaxSettingsChange
- Items.Strings = (
- 'Normal'
- 'Bold'
- 'Italic'
- 'Bold Italic')
- end
- object CommentStyle: TComboBox
- Tag = 1
- Left = 80
- Top = 84
- Width = 71
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = SyntaxSettingsChange
- Items.Strings = (
- 'Normal'
- 'Bold'
- 'Italic'
- 'Bold Italic')
- end
- object StringStyle: TComboBox
- Tag = 1
- Left = 80
- Top = 115
- Width = 71
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- OnChange = SyntaxSettingsChange
- Items.Strings = (
- 'Normal'
- 'Bold'
- 'Italic'
- 'Bold Italic')
- end
- object UseSyntaxHighlighting: TCheckBox
- Tag = 1
- Left = 11
- Top = 8
- Width = 142
- Height = 17
- Caption = 'Use Syntax Highlighting'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = UseSyntaxHighlightingClick
- end
- object SHKeyWordColor: TRzColorComboBox
- Tag = 1
- Left = 158
- Top = 52
- Width = 97
- Height = 22
- ColorNames.Default = 'Default'
- ColorNames.Black = 'Black'
- ColorNames.Maroon = 'Maroon'
- ColorNames.Green = 'Green'
- ColorNames.Olive = 'Olive'
- ColorNames.Navy = 'Navy'
- ColorNames.Purple = 'Purple'
- ColorNames.Teal = 'Teal'
- ColorNames.Gray = 'Gray'
- ColorNames.Silver = 'Silver'
- ColorNames.Red = 'Red'
- ColorNames.Lime = 'Lime'
- ColorNames.Yellow = 'Yellow'
- ColorNames.Blue = 'Blue'
- ColorNames.Fuchsia = 'Fuchsia'
- ColorNames.Aqua = 'Aqua'
- ColorNames.White = 'White'
- ColorNames.ScrollBar = 'ScrollBar'
- ColorNames.Background = 'Background'
- ColorNames.ActiveCaption = 'ActiveCaption'
- ColorNames.InactiveCaption = 'InactiveCaption'
- ColorNames.Menu = 'Menu'
- ColorNames.Window = 'Window'
- ColorNames.WindowFrame = 'WindowFrame'
- ColorNames.MenuText = 'MenuText'
- ColorNames.WindowText = 'WindowText'
- ColorNames.CaptionText = 'CaptionText'
- ColorNames.ActiveBorder = 'ActiveBorder'
- ColorNames.InactiveBorder = 'InactiveBorder'
- ColorNames.AppWorkSpace = 'AppWorkSpace'
- ColorNames.Highlight = 'Highlight'
- ColorNames.HighlightText = 'HighlightText'
- ColorNames.BtnFace = 'BtnFace'
- ColorNames.BtnShadow = 'BtnShadow'
- ColorNames.GrayText = 'GrayText'
- ColorNames.BtnText = 'BtnText'
- ColorNames.InactiveCaptionText = 'InactiveCaptionText'
- ColorNames.BtnHighlight = 'BtnHighlight'
- ColorNames.DkShadow3D = '3DDkShadow'
- ColorNames.Light3D = '3DLight'
- ColorNames.InfoText = 'InfoText'
- ColorNames.InfoBk = 'InfoBk'
- ColorNames.Custom = 'Custom'
- DefaultColor = clMaroon
- ShowCustomColor = False
- ShowSysColors = False
- SelectedColor = clMaroon
- ItemHeight = 16
- TabOrder = 2
- OnChange = SyntaxSettingsChange
- end
- object SHCommentColor: TRzColorComboBox
- Tag = 1
- Left = 158
- Top = 83
- Width = 97
- Height = 22
- ColorNames.Default = 'Default'
- ColorNames.Black = 'Black'
- ColorNames.Maroon = 'Maroon'
- ColorNames.Green = 'Green'
- ColorNames.Olive = 'Olive'
- ColorNames.Navy = 'Navy'
- ColorNames.Purple = 'Purple'
- ColorNames.Teal = 'Teal'
- ColorNames.Gray = 'Gray'
- ColorNames.Silver = 'Silver'
- ColorNames.Red = 'Red'
- ColorNames.Lime = 'Lime'
- ColorNames.Yellow = 'Yellow'
- ColorNames.Blue = 'Blue'
- ColorNames.Fuchsia = 'Fuchsia'
- ColorNames.Aqua = 'Aqua'
- ColorNames.White = 'White'
- ColorNames.ScrollBar = 'ScrollBar'
- ColorNames.Background = 'Background'
- ColorNames.ActiveCaption = 'ActiveCaption'
- ColorNames.InactiveCaption = 'InactiveCaption'
- ColorNames.Menu = 'Menu'
- ColorNames.Window = 'Window'
- ColorNames.WindowFrame = 'WindowFrame'
- ColorNames.MenuText = 'MenuText'
- ColorNames.WindowText = 'WindowText'
- ColorNames.CaptionText = 'CaptionText'
- ColorNames.ActiveBorder = 'ActiveBorder'
- ColorNames.InactiveBorder = 'InactiveBorder'
- ColorNames.AppWorkSpace = 'AppWorkSpace'
- ColorNames.Highlight = 'Highlight'
- ColorNames.HighlightText = 'HighlightText'
- ColorNames.BtnFace = 'BtnFace'
- ColorNames.BtnShadow = 'BtnShadow'
- ColorNames.GrayText = 'GrayText'
- ColorNames.BtnText = 'BtnText'
- ColorNames.InactiveCaptionText = 'InactiveCaptionText'
- ColorNames.BtnHighlight = 'BtnHighlight'
- ColorNames.DkShadow3D = '3DDkShadow'
- ColorNames.Light3D = '3DLight'
- ColorNames.InfoText = 'InfoText'
- ColorNames.InfoBk = 'InfoBk'
- ColorNames.Custom = 'Custom'
- DefaultColor = clGreen
- ShowCustomColor = False
- ShowSysColors = False
- SelectedColor = clGreen
- ItemHeight = 16
- TabOrder = 4
- OnChange = SyntaxSettingsChange
- end
- object SHStringColor: TRzColorComboBox
- Tag = 1
- Left = 158
- Top = 114
- Width = 97
- Height = 22
- ColorNames.Default = 'Default'
- ColorNames.Black = 'Black'
- ColorNames.Maroon = 'Maroon'
- ColorNames.Green = 'Green'
- ColorNames.Olive = 'Olive'
- ColorNames.Navy = 'Navy'
- ColorNames.Purple = 'Purple'
- ColorNames.Teal = 'Teal'
- ColorNames.Gray = 'Gray'
- ColorNames.Silver = 'Silver'
- ColorNames.Red = 'Red'
- ColorNames.Lime = 'Lime'
- ColorNames.Yellow = 'Yellow'
- ColorNames.Blue = 'Blue'
- ColorNames.Fuchsia = 'Fuchsia'
- ColorNames.Aqua = 'Aqua'
- ColorNames.White = 'White'
- ColorNames.ScrollBar = 'ScrollBar'
- ColorNames.Background = 'Background'
- ColorNames.ActiveCaption = 'ActiveCaption'
- ColorNames.InactiveCaption = 'InactiveCaption'
- ColorNames.Menu = 'Menu'
- ColorNames.Window = 'Window'
- ColorNames.WindowFrame = 'WindowFrame'
- ColorNames.MenuText = 'MenuText'
- ColorNames.WindowText = 'WindowText'
- ColorNames.CaptionText = 'CaptionText'
- ColorNames.ActiveBorder = 'ActiveBorder'
- ColorNames.InactiveBorder = 'InactiveBorder'
- ColorNames.AppWorkSpace = 'AppWorkSpace'
- ColorNames.Highlight = 'Highlight'
- ColorNames.HighlightText = 'HighlightText'
- ColorNames.BtnFace = 'BtnFace'
- ColorNames.BtnShadow = 'BtnShadow'
- ColorNames.GrayText = 'GrayText'
- ColorNames.BtnText = 'BtnText'
- ColorNames.InactiveCaptionText = 'InactiveCaptionText'
- ColorNames.BtnHighlight = 'BtnHighlight'
- ColorNames.DkShadow3D = '3DDkShadow'
- ColorNames.Light3D = '3DLight'
- ColorNames.InfoText = 'InfoText'
- ColorNames.InfoBk = 'InfoBk'
- ColorNames.Custom = 'Custom'
- DefaultColor = clBlue
- ShowCustomColor = False
- ShowSysColors = False
- SelectedColor = clBlue
- ItemHeight = 16
- TabOrder = 6
- OnChange = SyntaxSettingsChange
- end
- object KeywordMemo: TMemo
- Tag = 2
- Left = 9
- Top = 167
- Width = 170
- Height = 127
- ScrollBars = ssBoth
- TabOrder = 7
- WordWrap = False
- end
- end
- object SQLBuilder: TTabSheet
- Caption = 'SQLBuilder'
- ImageIndex = 7
- object Label20: TLabel
- Left = 12
- Top = 186
- Width = 63
- Height = 13
- Caption = 'Keyword List:'
- end
- object Label18: TLabel
- Left = 193
- Top = 199
- Width = 183
- Height = 97
- AutoSize = False
- Caption =
- 'Edit this list to add or remove words that appear in the SQLBuil' +
- 'der word list. These words will appear in two columns with ever' +
- 'y other word being in the first column. You may want to copy th' +
- 'is into notepad for editing!'
- WordWrap = True
- end
- object Label21: TLabel
- Left = 249
- Top = 11
- Width = 82
- Height = 13
- Caption = 'Keyword Pastes: '
- end
- object Label22: TLabel
- Left = 249
- Top = 52
- Width = 95
- Height = 13
- Caption = 'Table/Field Pastes: '
- end
- object Label14: TLabel
- Left = 249
- Top = 94
- Width = 93
- Height = 13
- Caption = 'Column Information:'
- end
- object Label19: TLabel
- Left = 10
- Top = 125
- Width = 104
- Height = 13
- Caption = 'UserList Performance:'
- end
- object SQLBuilderMemo: TMemo
- Tag = 2
- Left = 12
- Top = 202
- Width = 170
- Height = 90
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object SmartFormatPastes: TCheckBox
- Tag = 1
- Left = 11
- Top = 29
- Width = 183
- Height = 18
- Hint = 'Guess on formatting.'
- Caption = 'Try to Format Pastes'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 1
- end
- object AddEntToCols: TCheckBox
- Tag = 1
- Left = 11
- Top = 51
- Width = 223
- Height = 18
- Hint = 'Add Entity names to Fields.'
- Caption = 'Add table name to columns. (emp.empno)'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object KeywordCasePastes: TComboBox
- Tag = 1
- Left = 249
- Top = 25
- Width = 107
- Height = 21
- Hint = 'Case of keywords'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- Items.Strings = (
- 'Uppercase'
- 'Lowercase'
- 'Unchanged')
- end
- object TableCasePastes: TComboBox
- Tag = 1
- Left = 249
- Top = 66
- Width = 107
- Height = 21
- Hint = 'Case of tables and fields.'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- 'Uppercase'
- 'Lowercase'
- 'Unchanged')
- end
- object ColumnInfo: TComboBox
- Tag = 1
- Left = 249
- Top = 108
- Width = 121
- Height = 21
- Hint = 'Reduce information to speed up SQLBuilder.'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- Items.Strings = (
- 'Columns Only'
- 'Cols & Primary Key'
- 'Cols, PK & Indexes')
- end
- object RememberSQLBuilderOpen: TCheckBox
- Tag = 2
- Left = 11
- Top = 7
- Width = 200
- Height = 17
- Hint =
- 'If checked the SQLBuilder will be opened if it was open on last ' +
- 'shutdown.'
- Caption = 'Remember SQLBuilder Open Status'
- TabOrder = 6
- end
- object UserListPerformanceOption: TComboBox
- Tag = 1
- Left = 13
- Top = 140
- Width = 204
- Height = 21
- Hint = 'Case of keywords'
- AutoDropDown = True
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 7
- Text = 'Fast Query (Default)'
- Items.Strings = (
- 'Fast Query (Default)'
- 'Alternate Fast Query'
- 'All Users Fast Query'
- 'Slow Query')
- end
- object SingleClickPaste: TCheckBox
- Tag = 1
- Left = 11
- Top = 73
- Width = 223
- Height = 18
- Hint = 'If unchecked then use double-click to paste'
- Caption = 'Single click paste keywords && Columns'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 8
- end
- object MoveFocusOnPaste: TCheckBox
- Tag = 1
- Left = 11
- Top = 95
- Width = 223
- Height = 18
- Hint =
- 'Move focus to the editor after a paste (otherwise it stays in th' +
- 'e SQLBuilder)'
- Caption = 'Move focus to editor after paste'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- end
- end
- object FileFilters: TTabSheet
- Caption = 'File Filters and Extensions'
- ImageIndex = 7
- object GroupBox1: TGroupBox
- Left = 2
- Top = 1
- Width = 392
- Height = 230
- Caption = 'Script/SQL Files'
- TabOrder = 0
- object Label10: TLabel
- Left = 19
- Top = 18
- Width = 358
- Height = 63
- AutoSize = False
- Caption =
- 'The filter list is the list of file filters in the open and save' +
- ' dialog boxes. Each filter is composed of a text name and a fil' +
- 'ter separated by the '#39'|'#39' character.'#13'SQL Files (*.sql)|*.sql'#13'All ' +
- 'Files (*.*)|*.*'
- WordWrap = True
- end
- object Label11: TLabel
- Left = 19
- Top = 83
- Width = 44
- Height = 13
- Caption = 'Filter List:'
- end
- object Label12: TLabel
- Left = 19
- Top = 165
- Width = 62
- Height = 13
- Caption = 'Filter Default:'
- end
- object Label13: TLabel
- Left = 160
- Top = 165
- Width = 101
- Height = 13
- Caption = 'Default file extension:'
- end
- object FilterDefaultSpinner: TRzSpinEdit
- Tag = 1
- Left = 95
- Top = 161
- Width = 47
- Height = 21
- Max = 10.000000000000000000
- Min = 1.000000000000000000
- Value = 1.000000000000000000
- TabOrder = 1
- end
- object DefaultFiltersButton1: TRzButton
- Left = 149
- Top = 194
- Width = 119
- Caption = 'Restore Defaults'
- HotTrack = True
- TabOrder = 4
- OnClick = DefaultFiltersButton1Click
- end
- object FileFilterList: TMemo
- Tag = 1
- Left = 18
- Top = 98
- Width = 323
- Height = 59
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object TestFileFilterButton: TRzButton
- Left = 19
- Top = 194
- Width = 119
- Caption = 'Test'
- HotTrack = True
- TabOrder = 3
- OnClick = TestFileFilterButtonClick
- end
- object FilterFileExtension: TEdit
- Tag = 1
- Left = 273
- Top = 161
- Width = 55
- Height = 21
- TabOrder = 2
- Text = 'SQL'
- OnExit = FileExtensionExit
- end
- end
- object GroupBox2: TGroupBox
- Left = 4
- Top = 233
- Width = 390
- Height = 54
- Caption = 'Workspace Files'
- TabOrder = 1
- object Label29: TLabel
- Left = 15
- Top = 21
- Width = 159
- Height = 13
- Caption = 'Default Workspace file extension:'
- end
- object WorkspaceExtension: TEdit
- Tag = 1
- Left = 184
- Top = 17
- Width = 55
- Height = 21
- TabOrder = 0
- Text = 'GWF'
- OnExit = FileExtensionExit
- end
- end
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 278
- Top = 214
- end
- object RzSelectFolderDialog1: TRzSelectFolderDialog
- Left = 315
- Top = 213
- end
- end
-